home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / FD-HAYES.TXT < prev    next >
Text File  |  1995-08-12  |  2KB  |  64 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with FD 2.12/SW and Class 1 modems    07-14-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. All FD*.TXT files are good for both FD 2.12/SW and FD 2.20/ML.  One note
  8. is needed for FD 2.20/ML: [FDSETUP] Modem -> Fax -> Internal = "NO".
  9.  
  10. Keep in mind that fax commands CANNOT be stored in NVRAM.  Be sure that
  11. your modem is NOT set to "Auto Answer" mode.  REGISTER S0 MUST EQUAL 0.
  12. This is a data register and CAN be set in NVRAM.
  13.  
  14. Here is the relevant information from FDSETUP ...
  15.  
  16. [FDSETUP] Modem -> Default Settings -> Command Strings
  17.   Dial ..... AT
  18.    Prefix .. +FCLASS=0;DT
  19.   Init-1 ... ATHZ|
  20.   Init-2 ... AT+FCLASS=1|
  21.   Init-3 ... AT+FAE=1|
  22.  
  23. [FDSETUP] Modem -> Default Settings -> Answer control
  24.   Manual answer    Yes
  25.   Force answer ... ATA|
  26.   Answer delay ... 2
  27.  
  28. The "at+fae=1" causes the modem to answer adaptively, i.e., to automatically
  29. determine whether the incoming call is fax or data and return the response
  30. to the modem.  The Answer delay may need to be modified if you are using
  31. Caller ID in the Supra LC modem or an external box with the Hayes 288.
  32.  
  33. [FDSETUP] Modem -> Default Settings -> Messages
  34.   Fax ... CONNECT FAX       <-- THIS IS WRONG
  35.   Fax ... FAX               <-- RIGHT, GOOD, OKAY
  36.  
  37. [FDSETUP] Mailer -> Errorlevels
  38.   Fax ... 255
  39.  
  40. FDRUN.BAT should contain something similar to ...
  41.  
  42. @echo off
  43. c:
  44. cd\fd
  45. fd
  46. if errorlevel 255 goto fax 
  47. if errorlevel 103 maint.bat
  48. if errorlevel 102 toss.bat
  49. if errorlevel 101 local.bat
  50. if errorlevel 100 dobbs.bat
  51. goto end
  52. :fax
  53.   rem ---1 is for com1 and z is for zfax format
  54.   bgfax /fhay:713_555_1212 c:\bgfax 1 z
  55.   rem ---if that fails, try /fax:713_555_1212
  56.   fdrun.bat
  57. :end
  58.  
  59. ==========================================================================
  60.  
  61. Regards,
  62. B.J. Guillot
  63.  
  64.